DataSource for Entity Framework in WPF
C1.Data Namespace / ClientView<T> Class / Refresh Method

In This Topic
    Refresh Method (ClientView<T>)
    In This Topic
    Loads the entities of the client view ignoring the client-side cache.
    Syntax
    'Declaration
     
    Public Sub Refresh() 
    public void Refresh()
    Remarks
    Use this method to refresh data with any changes that may have occurred on the server
    See Also